object Form1: TForm1 Left = 390 Top = 208 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'DivFix 1.07' ClientHeight = 214 ClientWidth = 281 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Menu = MainMenu1 Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 281 Height = 65 BevelInner = bvLowered TabOrder = 3 object SpeedButton1: TSpeedButton Left = 8 Top = 8 Width = 25 Height = 25 Glyph.Data = { 76010000424D7601000000000000760000002800000020000000100000000100 0400000000000001000000000000000000001000000010000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555 5555555555555555555555555555555555555555555555555555555555555555 555555555555555555555555555555555555555FFFFFFFFFF555550000000000 55555577777777775F55500B8B8B8B8B05555775F555555575F550F0B8B8B8B8 B05557F75F555555575F50BF0B8B8B8B8B0557F575FFFFFFFF7F50FBF0000000 000557F557777777777550BFBFBFBFB0555557F555555557F55550FBFBFBFBF0 555557F555555FF7555550BFBFBF00055555575F555577755555550BFBF05555 55555575FFF75555555555700007555555555557777555555555555555555555 5555555555555555555555555555555555555555555555555555} NumGlyphs = 2 OnClick = SpeedButton1Click end object Stop: TButton Left = 232 Top = 32 Width = 41 Height = 25 Caption = 'Stop' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = StopClick end object Button3: TButton Left = 160 Top = 32 Width = 73 Height = 25 Caption = 'Check Errors' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = Button3Click end end object MaskEdit1: TMaskEdit Left = 32 Top = 8 Width = 241 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 4 end object Memo1: TMemo Left = 0 Top = 112 Width = 281 Height = 101 TabStop = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object ProgressBar1: TProgressBar Left = 0 Top = 94 Width = 281 Height = 16 Min = 0 Max = 100 Step = 100 TabOrder = 5 end object Button2: TButton Left = 88 Top = 32 Width = 73 Height = 25 Caption = 'Strip Index' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = Button2Click end object Button1: TButton Left = 8 Top = 32 Width = 81 Height = 25 Caption = 'Rebuild Index' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = Button1Click end object CheckBox1: TCheckBox Left = 8 Top = 72 Width = 121 Height = 17 Caption = 'Keep the original file' TabOrder = 6 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 152 Top = 72 Width = 121 Height = 17 Caption = 'Cut out the bad parts' Enabled = False TabOrder = 7 end object OpenDialog1: TOpenDialog Filter = 'AVI video files|*.AVI|All files|*.*' Left = 224 end object MainMenu1: TMainMenu Left = 192 object File1: TMenuItem Caption = 'File' object Open1: TMenuItem Caption = 'Open' OnClick = SpeedButton1Click end object Regenerate1: TMenuItem Caption = 'Rebuild' OnClick = Button1Click end object Strip1: TMenuItem Caption = 'Strip' OnClick = Button2Click end object Check1: TMenuItem Caption = 'Check' OnClick = Button3Click end object Exit1: TMenuItem Caption = 'Exit' OnClick = Exit1Click end end object Window1: TMenuItem Caption = 'Window' object Stayontop1: TMenuItem Caption = 'Stay on top' OnClick = StayTop end end object Help1: TMenuItem Caption = 'Help' object About1: TMenuItem Caption = 'About' OnClick = About1Click end end end object DropFileTarget1: TDropFileTarget Dragtypes = [dtCopy] GetDataOnEnter = False OnDrop = DropFileTarget1Drop ShowImage = True Left = 254 end end